@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 15.8rem;
	margin: 0 auto;
}
.phone {
	display: none;
}
[v-cloak]{
	display: none;
}

@font-face {
	font-family: "yshst";
	src:url("../fonts/YSHAOSHENTI-2.ttf") format("truetype"),
}
@font-face {
	font-family: "BEBAS";
	src:url("../fonts/BEBAS-1.ttf") format("truetype"),
}


/*首页*/
.header.bai{
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
}
.header.bai .img01{
	display: none;
}
.header.bai .img02{
	display: block;
}
.header.bai .nav li{
	color: #333;
}
.header.bai .nav i{
	background: #003a8b;
}
.header.bai .navbtn s {
  background: #333;
}
.header.bai .lgg{
	background: url(../images/ind_02s.png) no-repeat scroll right center transparent;
  background-size: 0.11rem 0.06rem;
	color: #333;
}
.header{
	width: 100%;
	height: 1.15rem;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.logo{
	float: left;
	width: 1.7rem;
	margin: 0.32rem 0 0 0.63rem;
}
.logo img{
	width: 100%;
}
.img02{
	display: none;
}
.nav {
	position: absolute;
	top: 0.05rem;
	right: 2.26rem;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav li {
  color: #fff;
	font-size: 0.2rem;
  line-height: 1.1rem;
	position: relative;
}
.nav a{
	padding: 0 0.27rem;
}
.nav li span{
	width: 100%;
	height: 0.03rem;
	position: absolute;
	left: 0;
	bottom: -0.01rem;
}
.nav i{
	width: 0.27rem;
	height: 0.03rem;
	background: #fff;
	border-radius: 0.1rem;
	display: block;
	margin: 0 auto;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover .subnav{
  display: block;
}
.nav li:nth-child(3) .subnav{
	width: 2.6rem;
	left: -0.6rem;
}
.subnav{
  width: 100%;
  padding-top: 0.1rem;
  position: absolute;
  top: 1.1rem;
  left: 0;
  z-index: 5;
  display: none;
}
.subnav ul{
  background: #fff;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
  border-radius: 0.1rem;
  display: block;
  overflow: hidden;
}
.subnav li{
  text-align: center;
	line-height: 0.5rem;
  color: #121212 !important;
}
.subnav a{
	padding: 0;
}
.subnav li:hover{
  background: #003a8b;
  color: #fff !important;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.nav.active li {
  -webkit-transform: translateY(-170%);
  transform: translateY(-170%);
}
.nav li:nth-child(1) {
  -webkit-transition: all 0.5s ease-out 0.1s;
  -moz-transition: all 0.5s ease-out 0.1s;
  -ms-transition: all 0.5s ease-out 0.1s;
  -o-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
}
.nav li:nth-child(2) {
  -webkit-transition: all 0.5s ease-out 0.15s;
  -moz-transition: all 0.5s ease-out 0.15s;
  -ms-transition: all 0.5s ease-out 0.15s;
  -o-transition: all 0.15s ease-out 0.5s;
  transition: all 0.5s ease-out 0.15s;
}
.nav li:nth-child(3) {
  -webkit-transition: all 0.5s ease-out 0.2s;
  -moz-transition: all 0.5s ease-out 0.2s;
  -ms-transition: all 0.5s ease-out 0.2s;
  -o-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
}
.nav li:nth-child(4) {
  -webkit-transition: all 0.5s ease-out 0.25s;
  -moz-transition: all 0.5s ease-out 0.25s;
  -ms-transition: all 0.5s ease-out 0.25s;
  -o-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
}
.nav li:nth-child(5) {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
}
.nav li:nth-child(6) {
  -webkit-transition: all 0.5s ease-out 0.35s;
  -moz-transition: all 0.5s ease-out 0.35s;
  -ms-transition: all 0.5s ease-out 0.35s;
  -o-transition: all 0.5s ease-out 0.35s;
  transition: all 0.5s ease-out 0.35s;
}
.nav li:nth-child(7) {
  -webkit-transition: all 0.5s ease-out 0.4s;
  -moz-transition: all 0.5s ease-out 0.4s;
  -ms-transition: all 0.5s ease-out 0.4s;
  -o-transition: all 0.5s ease-out 0.4s;
  transition: all 0.5s ease-out 0.4s;
}
.nav li:nth-child(8) {
  -webkit-transition: all 0.5s ease-out 0.45s;
  -moz-transition: all 0.5s ease-out 0.45s;
  -ms-transition: all 0.5s ease-out 0.45s;
  -o-transition: all 0.5s ease-out 0.45s;
  transition: all 0.5s ease-out 0.45s;
}
.nav li:nth-child(9) {
  -webkit-transition: all 0.5s ease-out 0.5s;
  -moz-transition: all 0.5s ease-out 0.5s;
  -ms-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}
.navmenu {
  position: absolute;
  right: 0.5rem;
  top: 0.39rem;
  z-index: 10;
	cursor: pointer;
}
.navbtn {
  width: 0.4rem;
  height: 0.4rem;
  opacity: 0;
  position: absolute;
  left: -0.5rem;
  pointer-events: none;
  -moz-transition: 0.4s 0.5s;
  -ms-transition: 0.4s 0.5s;
  -webkit-transition: 0.4s 0.5s;
  -o-transition: 0.4s 0.5s;
  transition: 0.4s 0.5s;
}
.navbtn.active {
  opacity: 1;
  pointer-events: auto;
}
.navbtn s {
  position: absolute;
  right: 0;
  display: block;
  width: 0.22rem;
  height: 2px;
  background: #fff;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbtn > s:nth-child(1) {
  top: 0.12rem;
}
.navbtn > s:nth-child(2) {
  top: 0.2rem;
  transform: rotate(0deg) scale(1, 1);
}
.navbtn > s:nth-child(3) {
  top: 0.28rem;
	width: 40%;
	right: 0;
}
.navbtn.on s:nth-child(1) {
  top: 48%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.navbtn.on s:nth-child(2) {
  transform: rotate(-180deg) scale(0, 1);
}
.navbtn.on s:nth-child(3) {
  top: 48%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.menu,.nav02,#menu {
  display: none;
}

.language_box{
	width: 0.8rem;
	padding-left: 0.3rem;
	height: 0.21rem;
	position: absolute;
	top: 0.49rem;
	right: 1.05rem;
}
.language_box img{
	width: 0.2rem;
	height: 0.21rem;
	position: absolute;
	top: 0;
	left: 0;
}
.lgg{
	width: 100%;
	height: 0.21rem;
	line-height: 0.21rem;
	border: none;
	background: url(../images/ind_02.png) no-repeat scroll right center transparent;
  background-size: 0.11rem 0.06rem;
	color: #fff;
	font-size: 0.16rem;
	appearance: none;
  -webkit-appearance: none;
}
.lgg option {
	color: #333;
}

.banner{
	width: 100%;
	position: relative;
}
.banner img,.banner video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_top{
	width: 100%;
	height: 2.57rem;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.bn_txt{
	width: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.text_tit01{
	font-size: 1.05rem;
	line-height: 1.4rem;
}
.text_tit02{
	font-size: 0.94rem;
	font-weight: bold;
	line-height: 1.3rem;
}
.swiper-slide .text_tit{
	transform:translateY(50px);
	opacity:0;
	transition:all .4s ease-in;
}
.ani-slide .text_tit{
	transform:translateX(0);
	opacity:1;
}
.swiper-slide .text_tit01{
	transition-delay: .3s;
}
.swiper-slide .text_tit02{
	transition-delay: .6s;
}
.bn_img{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.7rem;
	z-index: 2;
	animation: bounce-down 2s linear infinite;
}
.bn_img img{
	width: 0.4rem;
	height: 0.6rem;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-0.15rem);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(0.15rem);
	}
}

.about_box{
	width: 100%;
	height: 9.3rem;
	position: relative;
	overflow: hidden;
}
.about_bg{
	width: 100%;
	height: 9.3rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_t{
	padding-top: 1.13rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.about_left{
	float: left;
	width: 56%;
}
.about_right{
	float: right;
	width: 34%;
}
.about_logo{
	width: 59%;
}
.about_logo img{
	width: 100%;
}
.about_txt{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.34rem;
	height: 1.78rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0.58rem 0 0.34rem;
}
.about_more{
	width: 1.8rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	background: #003a8b;
	color: #fff;
	font-size: 0.18rem;
	border-top-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	position: relative;
	overflow: hidden;
}
.about_more a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.about_more img{
	width: 0.38rem;
	height: 0.34rem;
	margin-left: 0.18rem;
}
.about_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #216edb;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.about_more:hover::before {
	width: 100%;
}
.about_list{
	width: 100%;
	padding-top: 0.15rem;
}
.about_list ul{
	margin-right: -10%;
}
.about_list li{
	float: left;
	width: 40%;
	margin: 0 10% 0.6rem 0;
}
.about_list h1{
	font-weight: normal;
}
.about_list h1 b{
	color: #003a8b;
	font-size: 0.6rem;
	line-height: 0.74rem;
	font-family: "yshst";
}
.about_list h1 span{
	margin: 0.3rem 0 0 0.1rem;
	line-height: 0.44rem;
	color: #666;
	font-size: 0.16rem;
}
.about_list h1 em{
	font-style: normal;
	color: #003a8b;
	font-size: 0.3rem;
	line-height: 0.46rem;
	vertical-align: top;
}
.about_list div{
	line-height: 0.32rem;
	color: #666;
	font-size: 0.16rem;
}
.about_list div img{
	width: 0.28rem;
	height: 0.28rem;
	float: left;
	margin-right: 0.12rem;
}
.about_list i{
	width: 0.57rem;
	height: 0.01rem;
	background: #003a8b;
	display: block;
	margin-top: 0.58rem;
}
.about_list li:nth-child(3),.about_list li:nth-child(4){
	margin: 0 10% 0.6rem 0;
}
.about_list li:nth-child(3) i,.about_list li:nth-child(4) i{
	display: none;
}
.yuan{
	width: 0.16rem;
	height: 0.16rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.yuan span{
	width: 0.48rem;
	height: 0.48rem;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -0.16rem;
	left: -0.16rem;
}
.yuan01{
	bottom: 2.09rem;
	left: 20%;
	transform: translateX(-20%);
}
.yuan01 span{
	animation: scale 2s linear infinite;
}
.yuan02{
	bottom: 2.8rem;
	left: 38%;
	transform: translateX(-38%);
}
.yuan02 span{
	animation: scale 1.2s linear infinite;
}
.yuan03{
	bottom: 1.2rem;
	left: 54%;
	transform: translateX(-54%);
}
.yuan03 span{
	animation: scale 1.6s linear infinite;
}
.yuan04{
	bottom: 3.3rem;
	left: 65%;
	transform: translateX(-65%);
}
.yuan04 span{
	animation: scale 2s linear infinite;
}
.yuan05{
	bottom: 2.07rem;
	left: 80%;
	transform: translateX(-80%);
}
.yuan05 span{
	animation: scale 1.4s linear infinite;
}
@keyframes scale {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	50% {
		transform: scale(1.1);
		opacity: 0.8;
	}
	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}
.yuan:hover .about_pic{
	transform: scale(1,1);
}
.about_pic{
	width: 1.89rem;
	height: 1.89rem;
	border-radius: 50%;
	border: solid 0.1rem rgba(255, 255, 255, 0.3);
	position: absolute;
	top: -0.91rem;
	left: -0.91rem;
	overflow: hidden;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_pictm{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.about_pictm div{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}

.group_bg{
	width: 100%;
	background: url(../images/ind_12.jpg) no-repeat;
	background-size: cover;
	padding: 0.9rem 0 1.2rem;
	overflow: hidden;
}
.group_tit{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 0.18rem;
	line-height: 0.34rem;
	margin-bottom: 0.42rem;
}
.group_tit h1{
	color: #333;
	font-size: 0.5rem;
	line-height: 0.7rem;
	margin-bottom: 0.15rem;
}
.group{
	width: 100%;
	position: relative;
}
.group_pic{
	height: 5.62rem;
	border-radius: 0.2rem;
	overflow: hidden;
	position: relative;
}
.group_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.group_tm{
	width: 95%;
	height: 100%;
	background: linear-gradient(to right, #003a8b, rgba(0,58,139,0.95), rgba(0,58,139,0));
	position: absolute;
	top: 0;
	left: 0;
}
.group_logo{
	width: 68%;
	position: absolute;
	left: 0.8rem;
	bottom: 0.27rem;
	z-index: 1;
	display: none;
}
.group_logo img{
	width: 100%;
}
.group_con{
	width: 50%;
	color: #fff;
	position: absolute;
	top: 1rem;
	left: 0.8rem;
	z-index: 2;
}
.group_con h1{
	font-size: 0.36rem;
	line-height: 0.52rem;
	font-weight: normal;
}
.group_con h2{
	font-size: 0.2rem;
	line-height: 0.38rem;
	font-weight: normal;
	margin: 0.1rem 0 0.25rem;
}
.group_txt{
	width: 68%;
	font-size: 0.16rem;
	line-height: 0.38rem;
	height: 1.14rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.group_more{
	width: 1.6rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	border: solid 0.01rem #fff;
	border-radius: 0.1rem;
	margin-top: 0.46rem;
	display: none;
}
.group_more img{
	width: 0.24rem;
	height: 0.13rem;
	margin-left: 0.08rem;
	vertical-align: middle;
}
.group .swiper-slide-active .group_more{
	display: block;
}
.group .swiper-slide-active .group_logo{
	display: block;
}
.group .swiper-button-next,.group .swiper-button-prev{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 0.15rem;
	background: #fff;
	transform: translateY(-50%);
}
.group .swiper-button-prev{
	left: 1.7rem;
}
.group .swiper-button-next{
	right: 1.7rem;
}
.group .swiper-button-next:after, .group .swiper-button-prev:after{
	font-size: 0.2rem;
	color: #003a8b;
	font-weight: bold;
}
.group .swiper-button-next:hover:after, .group .swiper-button-prev:hover:after{
	color: #fff;
}
.group .swiper-button-next:hover, .group .swiper-button-prev:hover{
	background: #003a8b;
}

.product_bg{
	width: 100%;
	background: url(../images/ind_16.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.product_bg .content{
	height: 11.32rem;
	padding-top: 0.83rem;
	position: relative;
}
.product_tit{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.34rem;
	margin-bottom: 0.34rem;
}
.product_tit h1{
	font-size: 0.5rem;
	line-height: 0.7rem;
	margin-bottom: 0.15rem;
}
.product_box{
	width: 100%;
	position: relative;
}
.product_left{
	float: left;
	width: 5.5rem;
	padding-top: 0.98rem;
}
.product_tt{
	color: #fff;
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.58rem;
}
.product_txt{
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.34rem;
	height: 0.68rem;
	margin: 0.37rem 0 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.procs_bg{
	width: 3rem;
	background: #fff;
	padding: 0 0.3rem 0.3rem;
}
.procs_tit{
	border-bottom: solid 0.01rem #dedede;
	padding: 0.23rem 0 0.14rem;
	line-height: 0.4rem;
	color: #333;
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.procs_con{
	height: 2.64rem;
	padding-right: 0.15rem;
	overflow-y: scroll;
}
.procs_con::-webkit-scrollbar{
	width: 0.07rem;
	height: 0.1rem;
}
.procs_con::-webkit-scrollbar-thumb{
  border-radius: 0.1rem;
	background: #003a8b;
}
.procs_con::-webkit-scrollbar-track{
  border-radius: 0.1rem;
	background: #ededed;
}
.procs{
	width: 100%;
	line-height: 0.44rem;
	color: #333;
	font-size: 0.18rem;
}
.procs tr{
	display: flex;
	justify-content: space-between;
}
.product_right{
	float: right;
	width: 8.36rem;
	height: 8.36rem;
	position: relative;
}
.product_ry{
	width: 100%;
	height: 8.36rem;
	background: url(../images/ind_17.png) no-repeat;
	background-size: 100% 100%;
	animation: rotate 3s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
}
.product_pic{
	width: 6.07rem;
	height: 5.33rem;
	position: absolute;
	top: 1.3rem;
	left: 0.18rem;
	z-index: 1;
}
.product_pic img{
	width: 100%;
	height: 100%;
}
.product_num{
	width: 2.8rem;
	height: 2.18rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1.1rem;
	z-index: 5;
}
.product_num img{
	width: 100%;
	height: 100%;
}
.product_cloud{
	width: 4.29rem;
	height: 2.19rem;
	background: url(../images/ind_23.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 1.72rem;
	right: -0.67rem;
	z-index: 3;
	animation: left-right 2s linear infinite;
}
@-webkit-keyframes left-right {
	25% {
		-webkit-transform: translateX(-0.15rem);
	}
	50%, 100% {
		-webkit-transform: translateX(0);
	}
	75% {
		-webkit-transform: translateX(0.15rem);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(360deg);
	}
}
.product_type{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.75rem;
	z-index: 10;
}
.product_type li{
	padding: 0 0.55rem;
	display: inline-block;
	cursor: pointer;
}
.product_type i{
	width: 0.03rem;
	height: 0.2rem;
	display: block;
	background: #003a8b;
	border-radius: 0.05rem;
	margin: 0 auto;
	opacity: 0;
}
.product_type h1{
	color: #666;
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.68rem;
}
.product_type li.on i{
	opacity: 1;
}
.product_type li.on  h1{
	color: #003a8b;
	font-size: 0.31rem;
}
.product_more{
	width: 2.27rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	background: #003a8b;
	color: #fff;
	font-size: 0.18rem;
	border-top-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	overflow: hidden;
	position: absolute;
	right: 0.43rem;
	bottom: 0.23rem;
	z-index: 12;
}
.product_more a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.product_more img{
	width: 0.38rem;
	height: 0.34rem;
	margin-left: 0.18rem;
}
.product_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #216edb;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.product_more:hover::before {
	width: 100%;
}

.zhsl_bg{
	width: 100%;
	height: 5.58rem;
	background: url(../images/ind_24.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 0.75rem;
	overflow: hidden;
	position: relative;
}
.zhsl_tit{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.4rem;
}
.zhsl_tit h1{
	font-size: 0.5rem;
	line-height: 0.7rem;
	margin-bottom: 0.15rem;
}
.zhsl_tit div{
	font-weight: lighter;
}
.zhsl_line{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.zhsl_line img{
	width: 100%;
	height: 100%;
}
.zhsl{
	width: 14%;
	color: #fff;
	position: absolute;
}
.zhsl h1{
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.48rem;
}
.zhsl h1 b{
	font-size: 0.38rem;
	font-weight: bold;
	padding: 0 0.05rem;
}
.zhsl i{
	width: 0.17rem;
	height: 0.01rem;
	display: block;
	background: #fff;
	margin: 0.04rem 0 0.14rem;
}
.zhsl_txt{
	font-size: 0.16rem;
	line-height: 0.28rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.zhsl01{
	top: 3.22rem;
	left: 3%;
}
.zhsl02{
	top: 3.8rem;
	left: 23%;
}
.zhsl03{
	top: 3.8rem;
	left: 44%;
}
.zhsl04{
	bottom: 2rem;
	left: 63%;
}
.zhsl05{
	top: 3.3rem;
	right: 2.6%;
}

.media_bg{
	width: 100%;
	background: url(../images/ind_26.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	padding: 0.93rem 0 1rem;
}
.media_tit{
	color: #333;
	font-size: 0.5rem;
	line-height: 0.7rem;
	font-weight: bold;
}
.media_top{
	margin-bottom: 0.18rem;
}
.media_tt{
	float: left;
	color: #666;
	font-size: 0.36rem;
	line-height: 0.86rem;
}
.media_type{
	float: right;
	margin-top: 0.3rem;
}
.media_type li{
	float: left;
	line-height: 0.36rem;
	color: #666;
	font-size: 0.18rem;
	margin-left: 0.65rem;
	cursor: pointer;
}
.media_type i{
	width: 0.25rem;
	height: 0.03rem;
	display: block;
	background: #003a8b;
	border-radius: 0.05rem;
	margin: 0 auto;
	opacity: 0;
}
.media_type li.on{
	color: #003a8b;
}
.media_type li.on i{
	opacity: 1;
}
.media{
	width: 100%;
}
.media .swiper-slide{
	height: 5.87rem;
	transition: all 0.6s;
}
.media .swiper-slide:hover{
	background: #fff;
	padding: 0.27rem;
}
.media .swiper-slide:hover .media_pic{
	height: 3.27rem;
	margin-bottom: 0.1rem;
}
.media .swiper-slide:hover .media_date{
	display: none;
}
.media .swiper-slide:hover .media_lable{
	display: none;
}
.media .swiper-slide:hover .media_more{
	display: block;
}
.media .swiper-slide:hover .media_bt{
	color: #003a8b;
}
.media_pic{
	width: 100%;
	height: 3.73rem;
	position: relative;
	transition: all 0.6s;
}
.media_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.media_date{
	width: 1.42rem;
	height: 0.53rem;
	line-height: 0.53rem;
	text-align: center;
	background: #003a8b;
	color: #fff;
	font-size: 0.2rem;
	font-family: "yshst";
	position: absolute;
	right: 0.42rem;
	bottom: -0.27rem;
}
.media_lable{
	color: #003a8b;
	font-size: 0.18rem;
	line-height: 0.32rem;
	margin-top: 0.54rem;
}
.media_bt{
	color: #333;
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.54rem;
	height: 0.54rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.media_txt{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.3rem;
	text-align: justify;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.media_more{
	width: 1.26rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	color: #003a8b;
	font-size: 0.18rem;
	border: solid 0.01rem #003a8b;
	border-top-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	margin: 0.23rem auto 0;
	display: none;
}

.contact_bg{
	width: 100%;
	background: url(../images/ind_28.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.85rem 0 1.15rem;
	overflow: hidden;
}
.contact_tit{
	width: 100%;
	text-align: center;
	margin-bottom: 0.44rem;
}
.contact_tit h1{
	color: #fff;
	font-size: 0.5rem;
	line-height: 0.96rem;
}
.contact_tit i{
	width: 0.33rem;
	height: 0.03rem;
	background: #fff;
	display: block;
	border-radius: 0.5rem;
	margin: 0 auto;
}
.contact_con{
	background: url(../images/ind_29.jpg) no-repeat center left;
	background-size: cover;
	padding: 0.72rem 0.8rem 0.66rem;
}
.contact_left{
	float: left;
	width: 8rem;
	padding-top: 0.06rem;
}
.contact_tt{
	color: #333;
	font-size: 0.34rem;
	line-height: 0.56rem;
	font-weight: bold;
	margin-bottom: 0.26rem;
}
.contact{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.32rem;
}
.contact_right{
	float: right;
	width: 5.28rem;
}
.contact_right img{
	width: 100%;
}
.contact_list{
	width: 100%;
	padding-top: 0.48rem;
}
.contact_list ul{
	margin-right: -2%;
}
.contact_list li{
	float: left;
	width: 31.33%;
	margin-right: 2%;
	padding-left: 0.7rem;
	position: relative;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.28rem;
}
.contact_list img{
	width: 0.44rem;
	height: 0.44rem;
	position: absolute;
	top: 0;
	left: 0;
}
.contact_list h1{
	color: #003a8b;
	font-size: 0.24rem;
	line-height: 0.46rem;
	font-weight: normal;
}

.foot_bg{
	width: 100%;
	background: url(../images/ind_34.png) no-repeat left bottom #e7eaef;
	background-size: 11.18rem;
	overflow: hidden;
}
.foot_t{
	display: flex;
	justify-content: space-between;
}
.foot_left{
	width: 71%;
	border-right: solid 0.01rem #d6d7da;
	padding: 0.9rem 0 0.7rem;
}
.f_nav{
	width: 92%;
}
.f_nav ul{
	display: flex;
	justify-content: space-between;
}
.f_nav li{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.38rem;
}
.f_nav li ul{
	padding-top: 0.27rem;
	display: block;
}
.f_nav li ul li{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.4rem;
}
.foot_right{
	width: 22%;
	padding: 0.9rem 0;
}
.f_logo{
	width: 2.88rem;
	margin-bottom: 0.64rem;
}
.f_con{
	width: 100%;
}
.f_con li{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.3rem;
	min-height: 0.3rem;
	padding-left: 0.4rem;
	margin-bottom: 0.22rem;
	position: relative;
}
.f_con img{
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	top: 0;
	left: 0;
}
.share{
	width: 100%;
}
.share ul{
	margin-right: -0.35rem;
}
.share li{
	float: left;
	width: 0.6rem;
	height: 0.6rem;
	position: relative;
	margin-right: 0.35rem;
}
.share img{
	width: 100%;
	height: 100%;
}
.share_code{
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	left: -0.3rem;
	top: -1.3rem;
	display: none;
}
.share li:hover .share_code{
	display: block;
}
.copyright{
	width: 100%;
	border-top: solid 0.01rem #d6d7da;
	background: #e7eaef;
	padding: 0.18rem 0;
	color: #666;
	font-size: 0.16rem;
	line-height: 0.32rem;
}


/* 集团成员 */
.group_box{
	padding: 0.68rem 0 0.47rem;
}
.group_tt{
	width: 100%;
	text-align: center;
	line-height: 0.38rem;
	color: #003e83;
	font-size: 0.24rem;
	margin-bottom: 0.35rem;
}
.group_tt h1{
	color: #333;
	font-size: 0.48rem;
	line-height: 0.68rem;
	font-weight: normal;
	margin-bottom: 0.12rem;
}
.group_img{
	width: 85%;
	margin: 0 auto 0.35rem;
}
.group_img img{
	width: 100%;
}
.group02{
	width: 100%;
	position: relative;
}
.group02 .swiper-pagination{
	width: 44%;
	bottom: 0.9rem;
}
.group02 .swiper-pagination-bullet{
	width: 0.16rem;
	height: 0.16rem;
	border: solid 0.01rem #aeaeae;
	background: #fff;
	margin: 0 0.07rem !important;
}
.group02 .swiper-pagination-bullet-active{
	border: solid 0.01rem #003e83;
	background: #003e83;
}
.group02 .swiper-button-next,.group02 .swiper-button-prev{
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	top: auto;
	left: auto;
	bottom: 1.14rem;
}
.group02 .swiper-button-prev{
	background: url(../images/group_03.png) no-repeat center center #003e83;
	background-size: 0.25rem 0.17rem;
	right: 37%;
}
.group02 .swiper-button-next{
	background: url(../images/group_04.png) no-repeat center center #003e83;
	background-size: 0.25rem 0.17rem;
	right: 31%;
}
.group02 .swiper-button-next:after, .group02 .swiper-button-prev:after{
	display: none;
}
.group_tu{
	width: 100%;
	height: 5.72rem;
	border-top-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
	overflow: hidden;
	margin-bottom: 1.44rem;
}
.group_tu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.group_con02{
	width: 37%;
	height: 5.66rem;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0.15rem rgba(0,0,0,0.1);
	border-top-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	padding: 0.65rem 0.6rem;
	position: absolute;
	top: 1.15rem;
	right: 8%;
	z-index: 1;
}
.group_t{
	color: #003e83;
	font-size: 0.3rem;
	line-height: 0.5rem;
	height: 0.5rem;
	font-weight: bold;
	margin-bottom: 0.22rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.group_text{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
	height: 1.44rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.4rem;
}
.group_m{
	width: 1.36rem;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	border: solid 0.01rem #acacac;
	border-radius: 0.05rem;
	color: #666;
	font-size: 0.16rem;
}
.group_m a{
	display: block;
}


/* 媒体中心 */
.news_box{
	padding: 0.64rem 0;
}
.news{
	width: 100%;
}
.news ul{
	margin-right: -3.33%;
}
.news li{
	float: left;
	width: 30%;
	padding: 0.38rem 0.37rem 0.32rem;
	border: solid 0.01rem #e5e5e5;
	border-radius: 0.1rem;
	margin: 0 3.33% 0.7rem 0;
}
.news_pic{
	width: 100%;
	height: 2.15rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.16rem;
}
.news_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.news_pic:hover img {
	transform: scale(1.1);
}
.news_con{
	padding: 0 0.1rem;
}
.news_date{
	color: #666;
	font-size: 0.2rem;
	line-height: 0.56rem;
	height: 0.56rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.34rem;
	height: 0.68rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.16rem;
}
.news_more{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.36rem;
}
.news_more i{
	width: 0.14rem;
	height: 0.1rem;
	background: url(../images/news_02.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 0.18rem;
	display: inline-block;
}
.news li:hover .news_txt{
	font-weight: bold;
}
.news li:hover .news_more{
	color: #003a8b;
}
.news li:hover .news_more i{
	background: url(../images/news_03.png) no-repeat;
	background-size: 100% 100%;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 0.1rem;
	font-size: 0.14rem;
}
.page a{
	display: inline-block;
	line-height: 0.43rem;
	padding: 0 0.18rem;
	background: #f0f0f0;
	color: #222;
	margin: 0 0.02rem;
}
.page a:hover{
	background: #003a8b;
	color: #fff;
}
.page a.on{
	background: #003a8b;
	color: #fff;
}


/* 产品中心 */
.main_bn{
	width: 100%;
	position: relative;
}
.main_bn img{
	width: 100%;
}
.bn_con{
	width: 100%;
	color: #fff;
	font-size: 0.3rem;
	line-height: 0.46rem;
	position: absolute;
	top: 60%;
	transform: translateY(-60%);
	left: 0;
	z-index: 1;
}
.bn_con h1{
	font-size: 0.6rem;
	line-height: 0.76rem;
	font-weight: normal;
}
.bn_con i{
	width: 1.04rem;
	height: 0.01rem;
	display: block;
	background: #fff;
	margin: 0.21rem 0 0.31rem;
}
.type_bg{
	background: #f6f7f8;
	overflow: hidden;
}
.type_bg .content{
	position: relative;
}
.type{
	float: left;
}
.type ul{
	margin-right: -0.7rem;
}
.type li{
	float: left;
	line-height: 1rem;
	color: #333;
	font-size: 0.24rem;
	position: relative;
	margin-right: 0.7rem;
}
.type i{
	width: 100%;
	height: 0.04rem;
	display: block;
	background: #003a8b;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.type li.on{
	color: #003a8b;
}
.type li.on i{
	opacity: 1;
}
.pro_box{
	padding: 0.75rem 0 0.98rem;
}
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -1.73%;
}
.pro li{
	float: left;
	width: 31.6%;
	padding: 0.17rem 0.15rem 0.37rem;
	background: #f1f2f3;
	margin: 0 1.73% 0.36rem 0;
}
.pro_pic{
	width: 100%;
	height: 3.24rem;
	overflow: hidden;
	margin-bottom: 0.22rem;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.pro_pic:hover img{
	transform: scale(1.1);
}
.pro_con{
	width: 90%;
	margin: 0 auto;
}
.pro_con h1{
	color: #333;
	font-size: 0.24rem;
	font-weight: normal;
	height: 0.66rem;
	line-height: 0.66rem;
	border-bottom: solid 0.01rem #e7eaee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}
.pro_more{
	float: left;
	width: 0.8rem;
	height: 0.35rem;
}
.pro_more img{
	width: 100%;
	height: 100%;
}
.pro_lable{
	float: right;
	margin-top: 0.11rem;
	line-height: 0.24rem;
	color: #666;
	font-size: 0.16rem;
}


/* 产品中心-详情 */
.path{
	float: right;
	line-height: 1rem;
	color: #666;
	font-size: 0.16rem;
}
.pro_bg{
	width: 100%;
	min-height: 11.45rem;
	/* background: url(../images/pro_03.jpg) no-repeat center top; */
	background: url(../images/ind_16.jpg) no-repeat center top;
	background-size: cover;
	padding: 1.06rem 0 0.88rem;
	overflow: hidden;
}
.pro_tt{
	color: #333;
	font-size: 0.4rem;
	line-height: 0.58rem;
	font-weight: bold;
	margin-bottom: 0.14rem;
}
.pro_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.38rem;
	margin-bottom: 0.9rem;
}
.pro_left{
	float: left;
	width: 45%;
	background: #fff;
	padding: 0 0.3rem 0.36rem;
}
.pro_left .procs_tit{
	margin-bottom: 0.36rem;
}
.pro_left .procs_con{
	height: 4.5rem;
	padding-right: 0.6rem;
}
.protab{
	width: 100%;
	line-height: 0.3rem;
	color: #333;
	font-size: 0.16rem;
}
.protab tr{
	display: flex;
	justify-content: space-between;
}
.proimg{
	float: right;
	width: 8.36rem;
	height: 8.36rem;
	position: relative;
	margin: 0.34rem -1rem 0 0;
}
.proimg .product_pic{
	left: 0.8rem;
}

.fanye{
	padding: 0.52rem 0.12rem 0;
}
.fanye li{
	font-size: 0.16rem;
	line-height: 0.36rem;
	height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li:hover{
	color: #003a8b;
	text-decoration: underline;
}


/* 可持续发展 */
.fazhan_box{
	padding: 0.74rem 0 0.82rem;
}
.fazhan{
	width: 100%;
}
.fazhan ul{
	margin-right: -2%;
}
.fazhan li{
	float: left;
	width: 31.33%;
	padding-bottom: 0.16rem;
	position: relative;
	margin: 0 2% 0.9rem 0;
}
.fazhan_txt{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.36rem;
	height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.34rem;
}
.fazhan_pic{
	width: 100%;
	height: 2.67rem;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.fazhan_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.fazhan_pic:hover img {
	transform: scale(1.1);
}
.fazhan_tt{
	color: #999;
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fazhan_date{
	color: #000;
	font-size: 0.24rem;
	line-height: 0.44rem;
	height: 0.44rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fazhan_line{
	width: 100%;
	height: 0.04rem;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fazhan_line div{
	width: 0;
	height: 100%;
	background-color: #003a8b;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.6s;
}
.fazhan li:hover .fazhan_line div{
	width: 100%;
}


/* 可持续发展-报告&政策 */
.fazhan_box02{
	padding: 0.62rem 0 0.8rem;
}
.fazhan02{
	width: 100%;
	padding-bottom: 0.4rem;
}
.fazhan02 ul{
	margin-right: -1.5%;
}
.fazhan02 li{
	float: left;
	width: 23.5%;
	border: solid 0.01rem #f6f6f6;
	background: #fdfdfd;
	border-radius: 0.1rem;
	overflow: hidden;
	margin: 0 1.5% 0.4rem 0;
}
.fazhan02 a{
	display: block;
}
.fz_con{
	padding: 0.37rem 0.27rem;
	height: 2.22rem;
}
.fz_txt{
	color: #333;
	font-size: 0.22rem;
	line-height: 0.3rem;
	height: 0.6rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.2rem;
}
.fz_text{
	color: #999;
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.baogao{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 0.57rem;
	height: 0.57rem;
	background: #f0f0f0;
	color: #333;
	font-size: 0.16rem;
}
.ljxz{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 0.57rem;
	height: 0.57rem;
	background: #003a8b;
	color: #fff;
	font-size: 0.16rem;
}
.ljxz img{
	width: 0.15rem;
	height: 0.22rem;
	vertical-align: middle;
	margin-right: 0.1rem;
}


/* 党政文化建设 */
.dang .bn_con{
	text-shadow: 0 0.04rem 0.1rem rgba(0,0,0,0.2);
}
.dang .type li.on{
	color: #c01d28;
}
.dang .type li.on i{
	background: #c01d28;
}
.dang_box{
	padding: 0.64rem 0 0.24rem;
}
.dang_top{
	width: 100%;
	margin-bottom: 0.67rem;
}
.dang_pic{
	float: left;
	width: 62%;
	height: 4.79rem;
	overflow: hidden;
}
.dang_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.dang_pic:hover img {
	transform: scale(1.1);
}
.dang_r{
	float: right;
	width: 35%;
}
.dang_r h1{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.44rem;
	height: 0.88rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0.33rem 0 0.42rem;
}
.dang_text{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.34rem;
	height: 1.7rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.44rem;
}
.dang_m{
	width: 0.61rem;
	height: 0.61rem;
}
.dang_m img{
	width: 100%;
	height: 100%;
}
.dang_list{
	width: 100%;
}
.dang_list ul{
	margin-right: -2.33%;
}
.dang_list li{
	float: left;
	width: 31%;
	background: #fbfbfb;
	padding: 0.37rem 0.38rem 0.44rem;
	margin: 0 2.33% 0.58rem 0;
}
.dang_date{
	color: #999;
	font-size: 0.18rem;
	line-height: 0.44rem;
	height: 0.44rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dang_t{
	color: #1a1a1a;
	font-size: 0.22rem;
	line-height: 0.36rem;
	height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.dang_img{
	width: 100%;
	height: 1.9rem;
	overflow: hidden;
	margin: 0.3rem 0 0.26rem;
}
.dang_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.dang_img:hover img {
	transform: scale(1.1);
}
.dang_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.36rem;
}
.dang_more{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.46rem;
}
.dang_more img{
	float: left;
	width: 0.46rem;
	height: 0.46rem;
	margin-right: 0.18rem;
}


/* 新闻单页 */
.show_box{
	padding: 0.62rem 0;
}
.show_tit{
	width: 100%;
	text-align: center;
	color: #003e83;
	font-size: 0.24rem;
	line-height: 0.52rem;
	margin-bottom: 0.35rem;
}
.show_tit h1{
	color: #333;
	font-size: 0.4rem;
	line-height: 0.68rem;
	font-weight: normal;
}
.show{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
}


/* 人力资源 */
.rlzy_box{
	padding: 0.8rem 0 0.48rem;
}
.rlzy_top{
	margin-bottom: 0.55rem;
}
.rlzy_pic{
	float: left;
	width: 47%;
	height: 4.11rem;
	overflow: hidden;
}
.rlzy_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.rlzy_pic:hover img {
	transform: scale(1.1);
}
.rlzy_right{
	float: right;
	width: 50%;
	padding-top: 0.28rem;
	text-align: justify;
	line-height: 0.32rem;
	color: #333;
	font-size: 0.18rem;
}
.rlzy_right h1{
	color: #333;
	font-size: 0.22rem;
	line-height: 0.5rem;
	margin-top: 0.1rem;
}
.join_type{
	width: 100%;
	text-align: center;
	margin-bottom: 0.22rem;
}
.join_type li{
	display: inline-block;
	line-height: 0.9rem;
	color: #333;
	font-size: 0.3rem;
	margin: 0 0.45rem;
	cursor: pointer;
}
.join_type i{
	width: 1rem;
	height: 0.04rem;
	background: #003a8b;
	display: block;
	margin: 0 auto;
	opacity: 0;
}
.join_type li.on{
	color: #003a8b;
}
.join_type li.on i{
	opacity: 1;
}
.join_tt{
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	background: #003a8b;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.16rem;
}
.j01{
	float: left;
	width: 20%;
	padding-left: 0.52rem;
}
.j02{
	float: left;
	width: 16%;
	text-align: center;
}
.j03{
	float: left;
	width: 28%;
	text-align: center;
}
.j04{
	float: left;
	width: 16%;
	text-align: center;
}
.j05{
	float: right;
	width: 11%;
	text-align: center;
}
.join_list{
	width: 100%;
}
.join_list li{
	margin-bottom: 0.12rem;
}
.join_top{
	width: 100%;
	min-height: 0.7rem;
	line-height: 0.38rem;
	background: #f7f8fc;
	color: #000033;
	font-size: 0.16rem;
	padding: 0.16rem 0;
}
.join_top em{
	display: block;
	width: 0.38rem;
	height: 0.38rem;
	margin: 0.05rem auto;
	background: url(../images/renli_02.png) no-repeat;
	background-size: 100% 100%;
}
.join_list li.on em{
	background: url(../images/renli_03.png) no-repeat;
	background-size: 100% 100%;
}
.join_bot{
	width: 100%;
	border-top: solid 0.02rem #fff;
	background: #f7f8fc;
	padding: 0.24rem 0.52rem 0.66rem;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.34rem;
	display: none;
}
.join_bot h1{
	font-size: 0.16rem;
	line-height: 0.36rem;
}

.env_box{
	padding-bottom: 0.65rem;
}
.env_tit{
	width: 100%;
	text-align: center;
	line-height: 0.54rem;
	color: #333;
	font-size: 0.3rem;
	margin-bottom: 0.38rem;
}
.env{
	width: 100%;
	padding-bottom: 0.7rem;
	position: relative;
}
.env .swiper-slide-active .env_txt{
	opacity: 1;
}
.env .swiper-button-next,.env .swiper-button-prev{
	width: 0.6rem;
	height: 0.54rem;
	border-top-left-radius: 0.15rem;
	border-bottom-right-radius: 0.15rem;
	top: 45%;
	transform: translateY(-45%);
}
.env .swiper-button-prev{
	background: url(../images/renli_05.png) no-repeat center center #fff;
	background-size: 0.21rem 0.09rem;
	left: 1.7rem;
}
.env .swiper-button-prev:hover{
	background: url(../images/renli_07.png) no-repeat center center #003a8b;
	background-size: 0.21rem 0.09rem;
}
.env .swiper-button-next{
	background: url(../images/renli_06.png) no-repeat center center #fff;
	background-size: 0.21rem 0.09rem;
	right: 1.7rem;
}
.env .swiper-button-next:hover{
	background: url(../images/renli_08.png) no-repeat center center #003a8b;
	background-size: 0.21rem 0.09rem;
}
.env .swiper-button-next:after, .env .swiper-button-prev:after{
	display: none;
}
.env_pic{
	width: 100%;
	height: 6.44rem;
	overflow: hidden;
	position: relative;
}
.env_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.env_pic:hover img {
	transform: scale(1.1);
}
.env_txt{
	width: 100%;
	text-align: center;
	line-height: 1rem;
	height: 1rem;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 0.24rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
}
.env_bot{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.swiper-num{
	width: 2.8rem;
	height: 0.44rem;
	line-height: 0.44rem;
	margin: 0 auto;
	position: relative;
}
.swiper-num .active {
	display: inline-block;
	float: left;
	color: #043592;
}
.swiper-num span {
	font-size: 0.24rem;
}
.swiper-num .total {
	display: inline-block;
	float: right;
}
.env_bot .swiper-pagination{
	width: 1.8rem;
	height: 0.02rem;
	top: 0.2rem;
	left: 0.4rem;
}


/* 关于我们 */
.about_bg02{
	width: 100%;
	background: url(../images/about_01.jpg) no-repeat left top;
	background-size: cover;
	padding: 1rem 0 1.16rem;
	overflow: hidden;
}
.about_l{
	float: left;
	width: 56%;
}
.about_tit{
	font-size: 0.48rem;
	line-height: 0.7rem;
	margin-bottom: 0.5rem;
}
.about{
	color: #767575;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
}
.about_r{
	float: right;
	width: 35%;
	margin-top: 0.56rem;
}
.about_r img{
	width: 100%;
}
.about_listbg{
	background: #003a8b;
	padding: 0.34rem 0 0.14rem;
}
.about_list02{
	width: 100%;
}
.about_list02 li{
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
	position: relative;
}
.about_list02 i{
	width: 0.01rem;
	height: 0.71rem;
	background: #526fb2;
	display: block;
	position: absolute;
	top: 0.21rem;
	right: 0;
}
.about_list02 li:last-child i{
	display: none;
}
.about_list02 h1{
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.about_list02 h1 b{
	font-size: 0.6rem;
	line-height: 0.58rem;
	font-family: "yshst";
}
.about_list02 h1 span{
	margin: 0.26rem 0 0 0.1rem;
	line-height: 0.32rem;
	font-size: 0.16rem;
}
.about_list02 h1 em{
	font-style: normal;
	font-size: 0.3rem;
	line-height: 0.26rem;
	vertical-align: top;
}
.about_list02 div{
	line-height: 0.32rem;
	font-size: 0.18rem;
}

.fzlc_part{
	width: 100%;
	height: 7.9rem;
	padding: 1.17rem 0 0.5rem;
	position: relative;
}
.fzlc_bg{
	width: 100%;
	height: 100%;
	background: url(../images/about_03.jpg) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.fzlc_tit{
	width: 100%;
	text-align: center;
	line-height: 0.7rem;
	font-size: 0.48rem;
	margin-bottom: 0.5rem;
	position: relative;
	z-index: 1;
}
.fzlc_box{
	width: 100%;
	position: relative;
	z-index: 1;
}
.fzlc_con{
	width: 14.6rem;
	margin: 0 auto;
}
.fzlc_line{
	float: left;
	width: 0.01rem;
	height: 2.6rem;
	background: #003a8b;
	margin: 0.32rem 0 0 0.16rem;
	position: relative;
}
.fzlc_ydi{
	width: 0.1rem;
	height: 0.1rem;
	background: #003a8b;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: -0.05rem;
}
.fzlc_ytop{
	width: 0.32rem;
	height: 0.32rem;
	position: absolute;
	top: -0.3rem;
	left: -0.15rem;
}
.fzlc_yt01{
	width: 0.32rem;
	height: 0.32rem;
	background: rgba(0, 58, 139, 0.3);
	border-radius: 50%;
	animation: scale 2s linear infinite;
}
.fzlc_yt02{
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	background: #dde5f9;
	border: solid 0.05rem #003a8b;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.fzlc_r{
	float: right;
	width: calc(100% - 0.6rem);
	margin-top: 1.36rem;
	font-size: 0.18rem;
	line-height: 0.36rem;
}
.fzlc_r h1{
	color: #003a8b;
	font-size: 0.36rem;
	line-height: 0.62rem;
	font-weight: normal;
	font-family: "yshst";
	transition: all 0.6s;
}
.fzlc_con .swiper-slide{
	padding-top: 1.66rem;
}
.fzlc_con .swiper-slide:hover .fzlc_r h1{
	font-size: 0.48rem;
	line-height: 0.84rem;
}
.fzlc_con .swiper-slide:nth-child(4n+2){
	padding-top: 0.6rem;
}
.fzlc_con .swiper-slide:nth-child(4n+2) .fzlc_line{
	height: 1.4rem;
	margin: 0 0 0 0.16rem;
}
.fzlc_con .swiper-slide:nth-child(4n+2) .fzlc_r{
	margin: 0;
}
.fzlc_con .swiper-slide:nth-child(4n+2) .fzlc_ydi{
	bottom: auto;
	top: 0;
}
.fzlc_con .swiper-slide:nth-child(4n+2) .fzlc_ytop{
	top: auto;
	bottom: -0.3rem;
}
.fzlc_con .swiper-slide:nth-child(4n+3){
	padding-top: 3rem;
}
.fzlc_con .swiper-slide:nth-child(4n+3) .fzlc_line{
	height: 1.4rem;
}
.fzlc_con .swiper-slide:nth-child(4n+3) .fzlc_r{
	margin-top: 0.92rem;
}
.fzlc_con .swiper-slide:nth-child(4n+4){
	padding-top: 0.5rem;
}
.fzlc_con .swiper-slide:nth-child(4n+4) .fzlc_line{
	height: 2.54rem;
	margin: 0 0 0 0.16rem;
}
.fzlc_con .swiper-slide:nth-child(4n+4) .fzlc_r{
	margin: 0;
}
.fzlc_con .swiper-slide:nth-child(4n+4) .fzlc_ydi{
	bottom: auto;
	top: 0;
}
.fzlc_con .swiper-slide:nth-child(4n+4) .fzlc_ytop{
	top: auto;
	bottom: -0.3rem;
}
.fzlc_box .swiper-button-next,.fzlc_box .swiper-button-prev{
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 0;
	top: 0.96rem;
}
.fzlc_box .swiper-button-prev{
	left: 1rem;
	background: url(../images/about_04.png) no-repeat;
	background-size: 100% 100%;
}
.fzlc_box .swiper-button-prev:hover{
	background: url(../images/about_05.png) no-repeat;
	background-size: 100% 100%;
}
.fzlc_box .swiper-button-next{
	right: 1rem;
	background: url(../images/about_06.png) no-repeat;
	background-size: 100% 100%;
}
.fzlc_box .swiper-button-next:hover{
	background: url(../images/about_07.png) no-repeat;
	background-size: 100% 100%;
}
.fzlc_box .swiper-button-next:after, .fzlc_box .swiper-button-prev:after{
	display: none;
}

.keji_box{
	padding: 0.27rem 0 0.88rem;
}
.keji_box .fzlc_tit{
	margin-bottom: 0.22rem;
}
.keji{
	width: 100%;
}
.keji video{
	width: 100%;
}

.culture_bg{
	background: #f6f6f7;
	padding-top: 0.66rem;
}
.culture_bg .fzlc_tit{
	margin-bottom: 0.5rem;
}
.culture{
	width: 100%;
}
.culture img{
	width: 100%;
	height: 6.88rem;
	object-fit: cover;
}
.culture_tm{
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #003a8b, rgba(0,58,139,0.3), rgba(0,58,139,0));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.culture_con{
	width: 84%;
	color: #fff;
	position: absolute;
	top: 0.66rem;
	left: 8%;
	z-index: 2;
}
.culture_con h1{
	font-size: 0.36rem;
	line-height: 0.54rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.culture_txt{
	font-size: 0.16rem;
	line-height: 0.32rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
	display: none;
}
.culture .swiper-slide:hover .culture_txt{
	display: block;
}
.culture .swiper-slide:nth-child(even) .culture_tm{
	background: linear-gradient(to top, #003a8b, rgba(0,58,139,0.3), rgba(0,58,139,0));
}
.culture .swiper-slide:nth-child(even) .culture_con{
	top: auto;
	bottom: 0.5rem;
}

.contact_box{
	padding-top: 0.7rem;
}
.contact_box .fzlc_tit{
	margin-bottom: 0.57rem;
}
.map_box{
	width: 100%;
	background: #e4ebf2;
	position: relative;
	overflow: hidden;
}
.map{
	float: right;
	width: 65%;
	height: 7.42rem;
}
.con_bg{
	width: 80%;
	height: 100%;
	background: linear-gradient(to right, #003a8b, rgba(0,58,139,0.9), rgba(0,58,139,0));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.con{
	width: 80%;
	padding: 1.18rem 0 0 2.1rem;
	color: #fff;
}
.con h1{
	font-size: 0.32rem;
	line-height: 0.5rem;
	margin-bottom: 0.78rem;
}
.con ul{
	width: 100%;
}
.con li{
	font-size: 0.16rem;
	line-height: 0.32rem;
	min-height: 0.6rem;
	padding-left: 1.2rem;
	margin-bottom: 0.24rem;
	position: relative;
}
.con li:last-child{
	margin: 0;
} 
.con img{
	width: 0.7rem;
	height: 0.59rem;
	position: absolute;
	top: 0;
	left: 0;
}
.con h2{
	font-size: 0.24rem;
}


/* 安徽寒锐 */
.anhui_bn{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.6rem;
	font-weight: bold;
	text-shadow: 0 0.04rem 0.2rem rgba(0,0,0,0.2);
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	left: 0;
	z-index: 2;
}
.ah_about_bg{
	width: 100%;
	background: url(../images/com_01.jpg) no-repeat;
	background-size: cover;
	padding: 0.83rem 0 0.77rem;
	overflow: hidden;
}
.ah_about_tit{
	width: 100%;
	text-align: center;
	line-height: 0.62rem;
	font-size: 0.48rem;
	margin-bottom: 0.38rem;
}
.ah_about_txt{
	width: 85%;
	text-align: center;
	line-height: 0.36rem;
	color: #767575;
	font-size: 0.18rem;
	margin: 0 auto 0.55rem;
}
.ah_about_pic{
	width: 100%;
	position: relative;
}
.ah_about_pic img{
	width: 100%;
	height: 4.24rem;
	object-fit: cover;
}
.ah_about_pic .swiper-pagination{
	color: #fff;
	font-size: 0.28rem;
	bottom: 0.33rem;
}
.ah_about_pic .swiper-pagination-current{
	font-size: 0.4rem;
}
.ah_about_pic .swiper-button-next,.ah_about_pic .swiper-button-prev{
	width: 0.49rem;
	height: 0.49rem;
	top: auto;
	bottom: 0.33rem;
	z-index: 12;
}
.ah_about_pic .swiper-button-prev{
	background: url(../images/com_03.png) no-repeat;
	background-size: 100% 100%;
	left: 41%;
}
.ah_about_pic .swiper-button-prev:hover{
	background: url(../images/com_04.png) no-repeat;
	background-size: 100% 100%;
}
.ah_about_pic .swiper-button-next{
	background: url(../images/com_05.png) no-repeat;
	background-size: 100% 100%;
	right: 41%;
}
.ah_about_pic .swiper-button-next:hover{
	background: url(../images/com_06.png) no-repeat;
	background-size: 100% 100%;
}
.ah_about_pic .swiper-button-next:after, .ah_about_pic .swiper-button-prev:after{
	display: none;
}

.scx_bg{
	width: 100%;
	background: url(../images/com_07.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.61rem 0 0.77rem;
	overflow: hidden;
}
.scx_bg .ah_about_tit{
	margin-bottom: 0.5rem;
}
.scx{
	width: 100%;
}
.scx .swiper-slide{
	height: 5.3rem;
	overflow: hidden;
}
.scx img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.scx .swiper-slide:hover img {
	transform: scale(1.1);
}
.scx_tm{
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, #003a8b, rgba(0,58,139,0.8), rgba(0,58,139,0));
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.scx_con{
	width: 80%;
	font-size: 0.3rem;
	line-height: 0.46rem;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 10%;
	bottom: 0.46rem;
	z-index: 3;
}
.scx_con h1{
	background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
	font-family: "BEBAS";
	font-size: 1rem;
	line-height: 1.28rem;
}

.yanfa_bg{
	width: 100%;
	background: url(../images/com_12.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.7rem 0 1.25rem;
	overflow: hidden;
}
.yanfa_tit{
	width: 100%;
	text-align: center;
	line-height: 0.34rem;
	font-size: 0.18rem;
	color: #767575;
	margin-bottom: 0.7rem;
}
.yanfa_tit h1{
	color: #000;
	font-size: 0.48rem;
	line-height: 0.62rem;
	font-weight: normal;
	margin-bottom: 0.12rem;
}
.yanfa_left{
	float: left;
	width: 34%;
	padding-left: 9%;
	color: #666;
	font-size: 0.18rem;
	line-height: 0.4rem;
	text-align: justify;
}
.yanfa_left h1{
	color: #333;
	font-size: 0.32rem;
	line-height: 0.5rem;
	margin: 0.21rem 0 0.35rem;
}
.yanfa_right{
	float: right;
	width: 64%;
}
.yanfa{
	width: 100%;
}
.yanfa img{
	width: 100%;
	height: 4.7rem;
	object-fit: cover;
	transition: all 0.6s;
}
.yanfa .swiper-slide{
	overflow: hidden;
}
.yanfa .swiper-slide:hover img {
	transform: scale(1.1);
}

.prod_box{
	padding: 1.02rem 0 0.98rem;
	overflow: hidden;
}
.prod_type{
	width: 100%;
	text-align: center;
	margin-bottom: 0.7rem;
}
.prod_type li{
	width: 2.97rem;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
	display: inline-block;
	transform: skew(-20deg);
  transform-origin: left;
	background: #fafafa;
	font-size: 0.36rem;
	margin: 0 0.1rem;
	cursor: pointer;
}
.prod_type li.on{
	background: #003f84;
	color: #fff;
}
.prod_type li div{
	transform: skew(20deg);
}
.prod{
	position: relative;
}
.prod_pic{
	width: 100%;
	height: 2.96rem;
	overflow: hidden;
	margin-bottom: 0.27rem;
}
.prod_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.prod_pic:hover img {
	transform: scale(1.1);
}
.prod_bot{
	width: 100%;
	position: relative;
	color: #333;
	font-size: 0.22rem;
	line-height: 0.3rem;
	padding-left: 0.34rem;
}
.prod_bot i{
	width: 0.06rem;
	height: 0.65rem;
	background: #003e83;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.prod_bot h1{
	color: #003e83;
	font-size: 0.3rem;
	line-height: 0.48rem;
}
.prod_area .swiper-button-next,.prod_area .swiper-button-prev{
	width: 0.49rem;
	height: 0.49rem;
	top: 40%;
	transform: translateY(-40%);
}
.prod_area .swiper-button-prev{
	background: url(../images/com_03.png) no-repeat;
	background-size: 100% 100%;
	left: 0.17rem;
}
.prod_area .swiper-button-prev:hover{
	background: url(../images/com_04.png) no-repeat;
	background-size: 100% 100%;
}
.prod_area .swiper-button-next{
	background: url(../images/com_05.png) no-repeat;
	background-size: 100% 100%;
	right: 0.17rem;
}
.prod_area .swiper-button-next:hover{
	background: url(../images/com_06.png) no-repeat;
	background-size: 100% 100%;
}
.prod_area .swiper-button-next:after, .prod_area .swiper-button-prev:after{
	display: none;
}


/* 赣州寒锐 */
.gz_about_box{
	padding: 0.75rem 0 0.9rem;
	overflow: hidden;
}
.gz_about_box .ah_about_tit{
	margin-bottom: 0.4rem;
}
.gz_about_txt{
	width: 100%;
	text-align: center;
	line-height: 0.38rem;
	color: #767575;
	font-size: 0.18rem;
	margin-bottom: 0.55rem;
}
.ganzhou{
	position: relative;
}
.ganzhou .swiper-slide{
	height: 5.16rem;
	overflow: hidden;
}
.ganzhou .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.ganzhou .swiper-slide:hover img {
	transform: scale(1.1);
}
.ganzhou .swiper-button-next,.ganzhou .swiper-button-prev{
	width: 0.49rem;
	height: 0.49rem;
	transform: translateY(-50%);
	z-index: 12;
}
.ganzhou .swiper-button-prev{
	background: url(../images/com_03.png) no-repeat;
	background-size: 100% 100%;
	left: 1.9rem;
}
.ganzhou .swiper-button-prev:hover{
	background: url(../images/com_04.png) no-repeat;
	background-size: 100% 100%;
}
.ganzhou .swiper-button-next{
	background: url(../images/com_05.png) no-repeat;
	background-size: 100% 100%;
	right: 1.9rem;
}
.ganzhou .swiper-button-next:hover{
	background: url(../images/com_06.png) no-repeat;
	background-size: 100% 100%;
}
.ganzhou .swiper-button-next:after, .ganzhou .swiper-button-prev:after{
	display: none;
}

.yf_bg{
	width: 100%;
	background: url(../images/com_16.jpg) no-repeat;
	background-size: cover;
	padding: 0.95rem 0 0.9rem;
	overflow: hidden;
}
.yf_con{
	position: relative;
}
.yf_con .swiper-button-next,.yf_con .swiper-button-prev{
	width: 0.49rem;
	height: 0.49rem;
	top: auto;
	bottom: 0.94rem;
}
.yf_con .swiper-button-prev{
	background: url(../images/com_03.png) no-repeat;
	background-size: 100% 100%;
	left: 30%;
}
.yf_con .swiper-button-prev:hover{
	background: url(../images/com_04.png) no-repeat;
	background-size: 100% 100%;
}
.yf_con .swiper-button-next{
	background: url(../images/com_05.png) no-repeat;
	background-size: 100% 100%;
	left: 35%;
	right: auto;
}
.yf_con .swiper-button-next:hover{
	background: url(../images/com_06.png) no-repeat;
	background-size: 100% 100%;
}
.yf_con .swiper-button-next:after, .yf_con .swiper-button-prev:after{
	display: none;
}
.yf_white{
	width: 11.05rem;
	min-height: 5.78rem;
	background: #fff;
	padding: 0.86rem 0.56rem;
}
.yf_left{
	width: 56%;
}
.yf_left h1{
	font-size: 0.4rem;
	line-height: 0.56rem;
	font-weight: normal;
	margin-bottom: 0.43rem;
}
.yf_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.32rem;
	text-align: justify;
	height: 1.92rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.yf_pic{
	width: 10.5rem;
	position: absolute;
	top: 0.71rem;
	left: 6.95rem;
}
.yf_pic .swiper-slide{
	height: 4.3rem;
	overflow: hidden;
}
.yf_pic .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.yf_pic .swiper-slide:hover img {
	transform: scale(1.1);
}

.protype_box{
	padding: 0.8rem 0 0.7rem;
	overflow: hidden;
}
.protype_box .ah_about_tit{
	margin-bottom: 0.47rem;
}
.protype .swiper-slide{
	height: 5.54rem;
}
.protype .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.protype .swiper-slide:hover .protype_bg{
	height: 100%;
	background:rgba(0,0,0,0.5)
}
.protype_bg{
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.protype_con{
	width: 80%;
	color: #fff;
	position: absolute;
	left: 10%;
	bottom: 0.2rem;
	z-index: 2;
}
.protype_con h1{
	font-size: 0.36rem;
	line-height: 0.56rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0.24rem;
}
.protype_con i{
	width: 0.6rem;
	height: 0.03rem;
	display: block;
	background: #fff;
	border-radius: 0.05rem;
	margin: 0 auto;
	opacity: 0;
	transition: all 0.6s;
}
.protype_txt{
	font-size: 0.18rem;
	line-height: 0.4rem;
	text-align: justify;
	height: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	white-space: normal;
	transition: all 0.6s;
}
.protype .swiper-slide:hover .protype_con i{
	opacity: 1;
}
.protype .swiper-slide:hover .protype_txt{
	height: 2.7rem;
	margin-top: 0.3rem;
}

.tuiyi_bg{
	background: url(../images/com_19.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 0.68rem 0 0.83rem;
	margin-bottom: 0.02rem;
	overflow: hidden;
}
.tuiyi_tit{
	text-align: center;
	line-height: 0.34rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.27rem;
}
.tuiyi_tit h1{
	color: #000;
	font-size: 0.48rem;
	line-height: 0.64rem;
	margin-bottom: 0.13rem;
}
.tuiyi{
	border: solid 0.1rem #fff;
}
.tuiyi video, .tuiyi source{
	width: 100%;
}


/* 刚果 */
.gg_bn{
	width: 100%;
	color: #fff;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 0.86rem;
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	left: 0;
	z-index: 2;
}
.gg_bn .content div:nth-child(2){
	text-align: right;
	margin-top: 1rem;
}

.gg_about_bg{
	width: 100%;
	background: url(../images/com_20.jpg) no-repeat center top #fff;
	background-size: 100%;
	padding: 1rem 0;
	overflow: hidden;
}
.gg_about{
	float: left;
	width: 52%;
}
.gg_about li{
	margin-bottom: 0.44rem;
	cursor: pointer;
}
.gg_about li:last-child{
	margin: 0;
}
.gg_about li.on .gg_about_tl{
	color: #04447c;
	font-size: 0.48rem;
	font-weight: bold;
}
.gg_about_tl{
	float: left;
	width: 65%;
	padding-top: 0.48rem;
	font-size: 0.48rem;
	line-height: 0.76rem;
}
.gg_about_tr{
	float: right;
	width: 30%;
	text-align: right;
	color: #454545;
	font-size: 0.16rem;
	line-height: 0.36rem;
}
.gg_about_tr h1{
	color: #04447c;
	font-size: 0.85rem;
	line-height: 0.88rem;
}
.gg_about_txt{
	color: #767575;
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
	margin-top: 0.3rem;
}
.gg_about_r{
	float: right;
	width: 41%;
}
.gg_about_pic{
	width: 100%;
	position: relative;
}
.gg_about_pic .swiper-slide{
	height: 5.16rem;
	overflow: hidden;
}
.gg_about_pic .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.gg_about_pic .swiper-slide:hover img {
	transform: scale(1.1);
}
.gg_about_pic .swiper-button-next,.gg_about_pic .swiper-button-prev{
	width: 0.49rem;
	height: 0.49rem;
	transform: translateY(-50%);
	z-index: 12;
}
.gg_about_pic .swiper-button-prev{
	background: url(../images/com_03.png) no-repeat;
	background-size: 100% 100%;
	left: 0.3rem;
}
.gg_about_pic .swiper-button-prev:hover{
	background: url(../images/com_04.png) no-repeat;
	background-size: 100% 100%;
}
.gg_about_pic .swiper-button-next{
	background: url(../images/com_05.png) no-repeat;
	background-size: 100% 100%;
	right: 0.3rem;
}
.gg_about_pic .swiper-button-next:hover{
	background: url(../images/com_06.png) no-repeat;
	background-size: 100% 100%;
}
.gg_about_pic .swiper-button-next:after, .gg_about_pic .swiper-button-prev:after{
	display: none;
}

.workshop_bg{
	width: 100%;
	background: url(../images/com_22.jpg) no-repeat;
	background-size: cover;
	padding: 0.82rem 0 1.35rem;
	overflow: hidden;
}
.workshop_bg .ah_about_tit{
	margin-bottom: 0.43rem;
}
.workshop{
	width: 100%;
}
.workshop_pic{
	width: 100%;
	height: 5.03rem;
	position: relative;
	overflow: hidden;
}
.workshop_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.workshop_pic:hover img {
	transform: scale(1.1);
}
.workshop_txt{
	width: 100%;
	color: #fff;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.88rem;
	height: 0.88rem;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.africa_box{
	padding: 0.89rem 0 0.95rem;
	overflow: hidden;
}
.africa_tit{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 0.18rem;
	line-height: 0.34rem;
	margin-bottom: 0.48rem;
}
.africa_tit h1{
	font-size: 0.48rem;
	color: #000;
	font-weight: normal;
	line-height: 0.62rem;
	margin-bottom: 0.15rem;
}
.africa_pic{
	width: 100%;
	height: 3.77rem;
	overflow: hidden;
	position: relative;
}
.africa_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.africa_bg{
	width: 100%;
	height: 100%;
	background: linear-gradient(to right bottom, #003e83, rgba(0,62,131,0.9), rgba(0,62,131,0));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.africa_con{
	width: 76%;
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.4rem;
	position: absolute;
	top: 45%;
	transform: translateY(-45%);
	left: 12%;
	z-index: 2;
}
.africa_con h1{
	font-weight: normal;
	margin-bottom: 0.12rem;
}
.africa_con h1 b{
	font-family: "BEBAS";
	font-size: 0.6rem;
	line-height: 0.74rem;
}
.africa_con h1 span{
	font-size: 0.24rem;
	line-height: 0.38rem;
	margin: 0.36rem 0 0 0.16rem;
}


/* 印尼寒锐 */
.yinni_about_bg{
	width: 100%;
	background: url(../images/com_20.jpg) no-repeat center top #fff;
	background-size: 100%;
	padding: 1rem 0;
	overflow: hidden;
}
.yinni_about{
	float: left;
	width: 52%;
}
.yinni_pic{
	float: right;
	width: 41%;
	height: 5.5rem;
	margin-top: 0.1rem;
	overflow: hidden;
	border-bottom-right-radius: 0.8rem;
}
.yinni_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.yinni_pic:hover img {
	transform: scale(1.1);
}

.project_bg{
	width: 100%;
	padding: 0.7rem 0 0.67rem;
	background: #f7f7f7;
	overflow: hidden;
}
.project_bg .ah_about_tit{
	margin-bottom: 0.46rem;
}
.project{
	position: relative;
	margin-bottom: 0.47rem;
}
.project .swiper-slide{
	height: 4.6rem;
	overflow: hidden;
}
.project .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.project .swiper-slide:hover img {
	transform: scale(1.1);
}
.project .swiper-button-next,.project .swiper-button-prev{
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	transform: translateY(-50%);
}
.project .swiper-button-prev{
	background: url(../images/com_35.png) no-repeat;
	background-size: 100% 100%;
	left: 1.72rem;
}
.project .swiper-button-prev:hover{
	background: url(../images/com_04.png) no-repeat;
	background-size: 100% 100%;
}
.project .swiper-button-next{
	background: url(../images/com_36.png) no-repeat;
	background-size: 100% 100%;
	right: 1.72rem;
}
.project .swiper-button-next:hover{
	background: url(../images/com_06.png) no-repeat;
	background-size: 100% 100%;
}
.project .swiper-button-next:after, .project .swiper-button-prev:after{
	display: none;
}
.project_txt{
	width: 13.8rem;
	text-align: center;
	line-height: 0.36rem;
	color: #333;
	font-size: 0.18rem;
	margin: 0 auto;
}

.tiaojian_box{
	padding: 0.66rem 0 0.24rem;
	overflow: hidden;
}
.tiaojian_box .ah_about_tit{
	margin-bottom: 0.51rem;
}
.tiaojian{
	width: 100%;
}
.tiaojian ul{
	margin-right: -3%;
}
.tiaojian li{
	float: left;
	width: 30.33%;
	height: 2.75rem;
	position: relative;
	overflow: hidden;
	margin: 0 3% 0.65rem 0;
}
.tiaojian img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tiaojian_bg{
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #003a8b, rgba(0,58,139,0.8), rgba(0,58,139,0));
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.tiaojian_con{
	width: 84%;
	color: #fff;
	position: absolute;
	top: 0.4rem;
	left: 8%;
	z-index: 4;
}
.tiaojian_con h1{
	font-size: 0.36rem;
	line-height: 0.5rem;
	height: 0.5rem;
	text-align: center;
	margin-bottom: 0.14rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tiaojian_con i{
	width: 0.47rem;
	height: 0.04rem;
	background: #fff;
	display: block;
	margin: 0 auto 0.2rem;
}
.tiaojian_txt{
	font-size: 0.16rem;
	line-height: 0.24rem;
	height: 0.96rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 南京寒锐 */
.nanjing_pic{
	float: right;
	width: 39%;
	height: 3.46rem;
	border-bottom-right-radius: 0.8rem;
	overflow: hidden;
}
.nanjing_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wzd_bg{
	width: 100%;
	background: url(../images/com_38.jpg) no-repeat;
	background-size: 100% 1.25rem;
	position: relative;
	overflow: hidden;
}
.wzd_tit{
	line-height: 0.7rem;
	font-size: 0.48rem;
	height: 1.25rem;
}
.wzd{
	width: 100%;
}
.wzd .swiper-slide{
	width: 20%;
	height: 6.5rem;
	margin-right: 0.02rem;
	transition: all 0.6s;
}
.wzd .swiper-slide:hover{
	width: 40%;
}
.wzd img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.wzd_bg .swiper-pagination{
	width: 10%;
	text-align: center;
	color: #003e83;
	font-size: 0.28rem;
	left: auto;
	bottom: auto;
	right: 12%;
	top: 0.1rem;
}
.wzd_bg .swiper-pagination-current{
	font-size: 0.4rem;
}
.wzd_bg .swiper-pagination-total{
	color: #333;
}
.wzd_bg .swiper-button-next,.wzd_bg .swiper-button-prev{
	width: 0.49rem;
	height: 0.49rem;
	top: 0.13rem;
	z-index: 12;
	left: auto;
}
.wzd_bg .swiper-button-prev{
	background: url(../images/com_03.png) no-repeat;
	background-size: 100% 100%;
	right: 22%;
}
.wzd_bg .swiper-button-prev:hover{
	background: url(../images/com_04.png) no-repeat;
	background-size: 100% 100%;
}
.wzd_bg .swiper-button-next{
	background: url(../images/com_05.png) no-repeat;
	background-size: 100% 100%;
	right: 10%;
}
.wzd_bg .swiper-button-next:hover{
	background: url(../images/com_06.png) no-repeat;
	background-size: 100% 100%;
}
.wzd_bg .swiper-button-next:after, .wzd_bg .swiper-button-prev:after{
	display: none;
}

.pro_box02{
	padding: 0.6rem 0 0.78rem;
	overflow: hidden;
}
.pro_box02 .ah_about_tit{
	margin-bottom: 0.36rem;
}
.pro_type02{
	width: 100%;
	text-align: center;
	margin-bottom: 0.7rem;
}
.pro_type02 li{
	height: 0.64rem;
	line-height: 0.64rem;
	text-align: center;
	display: inline-block;
	transform: skew(-20deg);
  transform-origin: left;
	background: #fafafa;
	font-size: 0.2rem;
	margin: 0 0.1rem;
	padding: 0 0.3rem;
	cursor: pointer;
}
.pro_type02 li.on{
	background: #003f84;
	color: #fff;
}
.pro_type02 li div{
	transform: skew(20deg);
}
.pro_t{
	width: 100%;
	position: relative;
	color: #333;
	font-size: 0.22rem;
	line-height: 0.3rem;
	padding-left: 0.34rem;
	margin-bottom: 0.2rem;
}
.pro_t i{
	width: 0.06rem;
	height: 0.65rem;
	background: #003e83;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.pro_t h1{
	color: #003e83;
	font-size: 0.3rem;
	line-height: 0.48rem;
}
.pro_img{
	width: 100%;
	height: 2.96rem;
	overflow: hidden;
}
.pro_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.pro_img:hover img {
	transform: scale(1.1);
}
.pro_b{
	background: #f7f7f7;
	padding: 0.32rem 0.24rem;
}
.pro_text{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.28rem;
	height: 0.94rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.cailiao_box{
	padding-bottom: 0.7rem;
	overflow: hidden;
}
.cailiao_box .ah_about_tit{
	margin-bottom: 0.34rem;
}
.cailiao_txt{
	text-align: center;
	line-height: 0.36rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.48rem;
}
.cailiao{
	width: 100%;
	padding-bottom: 0.48rem;
	position: relative;
}
.cailiao .swiper-slide{
	height: 3.75rem;
	overflow: hidden;
}
.cailiao img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.cailiao .swiper-slide:hover img {
	transform: scale(1.1);
}
.cailiao .swiper-pagination{
	bottom: 0;
}
.cailiao .swiper-pagination-bullet{
	width: 0.1rem;
	height: 0.1rem;
	background: #04447c;
	border-radius: 0.1rem;
	opacity: 1;
}
.cailiao .swiper-pagination-bullet-active{
	width: 0.38rem;
}
.cailiao .swiper-button-next,.cailiao .swiper-button-prev{
	width: 0.49rem;
	height: 0.49rem;
	top: 45%;
	transform: translateY(-45%);
}
.cailiao .swiper-button-prev{
	background: url(../images/com_35.png) no-repeat;
	background-size: 100% 100%;
	left: 1.72rem;
}
.cailiao .swiper-button-prev:hover{
	background: url(../images/com_04.png) no-repeat;
	background-size: 100% 100%;
}
.cailiao .swiper-button-next{
	background: url(../images/com_36.png) no-repeat;
	background-size: 100% 100%;
	right: 1.72rem;
}
.cailiao .swiper-button-next:hover{
	background: url(../images/com_06.png) no-repeat;
	background-size: 100% 100%;
}
.cailiao .swiper-button-next:after, .cailiao .swiper-button-prev:after{
	display: none;
}